/* overrule woocommerce style */
.shadowBox {
  /* border:solid 1px #F00; */
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
  border-radius: 0.8em;
  background: #FFFFFF;
}

.outlineBox {
  border: solid 1px #F00;
  border-radius: 0.8em;
}

.woocommerce-products-header__title.page-title {
  font-weight: 700;
  color:#000000;
}

.woocommerce-breadcrumb .delimiter {
  margin: 0 5px;
  display: inline-block;
}

.woocommerce ul.products {
  /* padding: 0 15px; */
  text-align: left;
}

.woocommerce .woocommerce-breadcrumb {
  margin: 0;
}

.woocommerce ul.products li.product {
  /* border-radius: .5em;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.2); */
  padding: .5em;
  border: solid 1px #FFF;
}

.woocommerce ul.products.columns-4 li.product {
  display: inline-block;
  margin: 0;
  float: none !important;
  margin-bottom: 15px;
  width: 100%
}

.woocommerce table.shop_attributes:first-of-type {
  border-top: none;
}

.woocommerce table.shop_attributes:last-of-type {
  margin-bottom: 0;
}

.woocommerce table.shop_attributes tr:nth-child(2n) th,
.woocommerce table.shop_attributes tr:nth-child(2n) td {
  background: none;
}

.woocommerce table.shop_attributes tr:last-child th,
.woocommerce table.shop_attributes tr:last-child td {
  border-bottom: none
}



.vwdShopPage #sidebar aside.widget_nav_menu .widget-title,
.vwdShopPage #sidebar aside.widget_text .widget-title,
.vwdBrandPage #sidebar aside.widget_nav_menu .widget-title,
.vwdBrandPage #sidebar aside.widget_text .widget-title,
.vwdCategoryPage #sidebar aside.widget_nav_menu .widget-title,
.vwdCategoryPage #sidebar aside.widget_text .widget-title {
  font-weight: bold;
  font-size: 1.2em;
  /* text-transform: none; */
  background: none;
  padding: 0;
}
.vwdShopPage #sidebar aside.widget_nav_menu h3.widget-title:before,
.vwdShopPage #sidebar aside.widget_text h3.widget-title:before,
.vwdBrandPage #sidebar aside.widget_nav_menu h3.widget-title:before,
.vwdBrandPage #sidebar aside.widget_text h3.widget-title:before,
.vwdCategoryPage #sidebar aside.widget_nav_menu h3.widget-title:before,
.vwdCategoryPage #sidebar aside.widget_text h3.widget-title:before {
  content: none;
}
.vwdShopPage #sidebar aside ul.menu,
.vwdShopPage #sidebar aside .textwidget,
.archive .vwdBrandPage #sidebar aside ul.menu,
.archive .vwdBrandPage #sidebar aside .textwidget,
.archive .vwdCategoryPage #sidebar aside ul.menu,
.archive .vwdCategoryPage #sidebar aside .textwidget {
  background: #FFF;
  border: solid 1px #CCC;
  border-radius: 0.8em;
  padding: 1em;
}



.vwdShopPage #sidebar aside ul.menu li,
.archive .vwdBrandPage #sidebar aside ul.menu li,
.archive .vwdCategoryPage #sidebar aside ul.menu li {
  padding: 0.5rem 0;
  list-style: none;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
font-weight: bold;
}
.contentArea.vwdProductPage {
padding-top:2.5em;
}
.contentArea.vwdShopPage .page-title {
  color: #D6001A;
}

.vwdShopPage #sidebar ul.menu li:first-of-type,
.archive .vwdBrandPage #sidebar ul.menu li:first-of-type,
.archive .vwdCategoryPage #sidebar ul.menu li:first-of-type {
  padding-top: 0;
}

.vwdShopPage #sidebar .widget-title{
  color: #D6001A;
  text-transform: uppercase;
  font-weight: 600;
}



.vwdShopPage #sidebar ul.menu li:last-of-type,
.archive .vwdBrandPage #sidebar ul.menu li:last-of-type,
.archive .vwdCategoryPage #sidebar ul.menu li:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}

.vwd_productDescription {
  padding: 1em;
  padding-top: 1.5em;
}

.vwd_productDescription h2 {
  display: none;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  .woocommerce ul.products.columns-4 li.product {
    display: inline-block;
    margin: 0;
    margin-right: 15px;
    margin-bottom: 15px;
    width: calc(50% - 15px);
  }

  .woocommerce ul.products.columns-4 li.product:nth-of-type(2n) {
    margin-right: 0;
  }
}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {

  .woocommerce ul.products.columns-4 li.product {
    display: inline-block;
    margin: 0;
    margin-right: 15px;
    margin-bottom: 15px;
    width: calc(33% - 15px);
  }

  .woocommerce ul.products.columns-4 li.product:nth-of-type(2n) {
    margin-right: 15px;
  }

  .woocommerce ul.products.columns-4 li.product:nth-of-type(3n) {
    margin-right: 0;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

  .vwdShopPage ul.products{min-height:40px;}

  .vwdShopPage #sidebar,
  .vwdBrandPage #sidebar,
  .vwdCategoryPage #sidebar {margin-top:calc(4em + 4px)}

  .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    margin: 0 30px 30px 0;
  }

  .woocommerce ul.products.columns-3 li.product,
  .woocommerce-page ul.products.columns-3 li.product {
    /* width: 31.25%; */
    width: calc(33.3333% - 20px);
  }

  .woocommerce-page ul.products.columns-3 li.product:nth-of-type(3n) {
    margin-right: 0;
  }

  .woocommerce ul.products.columns-4 li.product {
    border-radius: .5em;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
    padding: .5em;
    border: solid 1px #FFF;
  }

  .woocommerce ul.products.columns-4 li.product {
    display: inline-block;
    margin: 0;
    margin-right: 15px;
    margin-bottom: 15px;
    width: calc(25% - 15px);
  }

  .woocommerce ul.products.columns-4 li.product:nth-of-type(3n) {
    margin-right: 15px;
  }

  .woocommerce ul.products.columns-4 li.product:nth-of-type(4n) {
    margin-right: 0;
  }

  .woocommerce-product-gallery__wrapper {
    border-radius: 1em;
    border: solid 1px #CCCCCC;
  }

  .summary.entry-summary .brand {
    padding: 10px;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {}

.woocommerce ul.products li.product:HOVER {
  border-color: #000;
}

.breadcrumbHolder {
  display: none;
}

section.mainContent:first-of-type{
padding-top:0;
margin-top:-5vw;
}

section.productsVWD {
  padding-top: 50px;
  padding-bottom: 50px;
}

body.page-template-cart header.subpageheader {
  display: none;
}

.container #sidebar,
.container #primary {
  padding: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important
}

.site-main {
  max-width: none;
  padding: 0;
}

.content-inner {
  padding: 0;
  margin-bottom: 0;
  margin-top: 0;
  box-shadow: none;
}

.footerbar{

  background-color:#1e1e1e;
}

.content-inner .content-container {
  background-color: white;
  padding: 0;
  margin: 0;
}

.vwdShopPage .content-inner .content-container:first-of-type,
.vwdBrandPage .content-inner .content-container:first-of-type,
.vwdCategoryPage .content-inner .content-container:first-of-type {
  /* border-radius: .5em;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.2); */
  padding: 1.5em 2em;
  border: solid 1px #FFF;
}

.vwdShopPage .content-inner .content-container h1,
.vwdShopPage .content-inner .content-container h2,
.vwdShopPage .content-inner .content-container h3,
.vwdShopPage .content-inner .content-container h4,
.vwdBrandPage .content-inner .content-container h1,
.vwdBrandPage .content-inner .content-container h2,
.vwdBrandPage .content-inner .content-container h3,
.vwdBrandPage .content-inner .content-container h4,
.vwdCategoryPage .content-inner .content-container h1,
.vwdCategoryPage .content-inner .content-container h2,
.vwdCategoryPage .content-inner .content-container h3,
.vwdCategoryPage .content-inner .content-container h4 {
  color: #000;
  margin-top: 1.5rem;
}

.term-description h1, .term-description h2, .term-description h3, .term-description h4, .term-description h5, .term-description h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: none;
}

.term-description h2 {
  font-size: 1.5rem
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .woocommerce ul.products {
    padding: 0;
  }

 .breadcrumbHolder {
    display: block;
    margin-top: 10px;

  }
 .breadcrumbHolder.vwdContent {
     position: absolute;
     z-index: 100;
     width: 100%;
 }

  .breadcrumbHolder .woocommerce-breadcrumb a,
  .breadcrumbHolder .woocommerce-breadcrumb span {
    color: #FFF;
  }

  .woocommerce .woocommerce-breadcrumb a {
    font-weight: bold;
  }

  .breadcrumbHolder.vwdShop,
  .breadcrumbHolder.vwdProduct {
    margin-top: 0.5em;
  }

  .breadcrumbHolder.vwdBrand .woocommerce-breadcrumb a,
  .breadcrumbHolder.vwdBrand .woocommerce-breadcrumb span,
  .breadcrumbHolder.vwdCategory .woocommerce-breadcrumb a,
  .breadcrumbHolder.vwdCategory .woocommerce-breadcrumb span,
  .breadcrumbHolder.vwdShop .woocommerce-breadcrumb a,
  .breadcrumbHolder.vwdShop .woocommerce-breadcrumb span,
  .breadcrumbHolder.vwdProduct .woocommerce-breadcrumb a,
  .breadcrumbHolder.vwdProduct .woocommerce-breadcrumb span {
    color: #999;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {}
